From: IOhannes m zmölnig Date: Sat, 30 Jan 2016 20:00:18 +0000 (+0100) Subject: include BUILD_DATE header when building Introjucer X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~332 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=602e2bb920c3845d745c21314f29fe9c73de8298;p=juce.git include BUILD_DATE header when building Introjucer --- diff --git a/debian/patches/reproducible-date.patch b/debian/patches/reproducible-date.patch index 175f8576..2df5d073 100644 --- a/debian/patches/reproducible-date.patch +++ b/debian/patches/reproducible-date.patch @@ -42,3 +42,13 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Logger::setCurrentLogger (logger); } +--- juce.orig/extras/Introjucer/JuceLibraryCode/AppConfig.h ++++ juce/extras/Introjucer/JuceLibraryCode/AppConfig.h +@@ -18,6 +18,7 @@ + // [BEGIN_USER_CODE_SECTION] + + // (You can add your own code in this section, and the Introjucer will not overwrite it) ++#include "../../../debian/libbuilder/libjuce_builddate.h" + + // [END_USER_CODE_SECTION] +